getP4 static method

Future<String> getP4()

Implementation

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