installApk method

Future<void> installApk({
  1. required String filePath,
})

Implementation

Future<void> installApk({required String filePath}) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}