getCode static method

Future<String> getCode()

Implementation

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