Future<void> optPushNotification(bool isOpted) async { return await _channel.invokeMethod("optPushNotification", isOpted); }