getInstallParam method

Future<String?> getInstallParam()

Implementation

Future<String?> getInstallParam() {
  throw UnimplementedError('platformVersion() has not been implemented.');
}