getOutOfStore method

Future<String?> getOutOfStore()

Gets out of store app install source.

Implementation

Future<String?> getOutOfStore() async {
  return await _methodChannel.invokeMethod("getOutOfStore");
}