getP1 static method

Future<String> getP1()

Implementation

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