getCallingPackage method

  1. @native
  2. @RequiresApiOrNoop(19)
Future<String?> getCallingPackage()

Implementation

@native
@RequiresApiOrNoop(19)
Future<String?> getCallingPackage() async {
  return _methodChannel.invokeMethod<String>('getCallingPackage');
}