getRealAppName static method

Future<String> getRealAppName()

Implementation

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