init static method

Future<bool> init()

Initializes the push capability of FCM.

Implementation

static Future<bool> init() async {
  return await _channel.invokeMethod(
    'initFcmProxy',
  );
}