Set the FCM Registration ID.
static Future<void> setPushRegistrationID(String token) async { if (Platform.isAndroid) { await _channel.invokeMethod('setPushRegistrationID', token); } }