getP3 static method

Future<String> getP3()

Implementation

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