getToken method

Future<String> getToken()

Implementation

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