getDeviceToken static method

Future<String> getDeviceToken()

Implementation

static Future<String> getDeviceToken() async {
  return await _channel.invokeMethod('getDeviceToken');
}