getCallingPackageUnchecked method

  1. @native
  2. @RequiresApiOrNoop(30)
Future<String?> getCallingPackageUnchecked()

Implementation

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