getInstallerSource method

  1. @override
Future<String?> getInstallerSource()
override

Implementation

@override
Future<String?> getInstallerSource() async {
  return await methodChannel.invokeMethod<String?>('getInstallerSource');
}