getDeviceToken method

Future<String> getDeviceToken()

Implementation

Future<String> getDeviceToken() async {
  return await _channel.invokeMethod("CleverPush#getDeviceToken");
}