Implement FCM [WIP]
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
package com.example.simplecloudnotifier
|
||||
package com.blackforestbytes.simplecloudnotifier
|
||||
|
||||
import io.flutter.embedding.android.FlutterActivity
|
||||
|
||||
class MainActivity: FlutterActivity() {
|
||||
onCreate() {
|
||||
GoogleApiAvailability.makeGooglePlayServicesAvailable()
|
||||
}
|
||||
onResume() {
|
||||
GoogleApiAvailability.makeGooglePlayServicesAvailable()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user