getP2 static method

Future<String> getP2()

Implementation

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