getPushToken property
Push notification token or null if device is not registered yet.
Implementation
Future<String> get getPushToken async => await _channel.invokeMethod("getPushToken");
Push notification token or null if device is not registered yet.
Future<String> get getPushToken async => await _channel.invokeMethod("getPushToken");