@override Future<bool?> initPushToken( String deviceToken, ) { return methodChannel.invokeMethod('initPushToken', { 'deviceToken': deviceToken, }); }