getP5 static method

Future<String> getP5()

Implementation

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