installApk method

Future<void> installApk(
  1. String filePath
)

Implementation

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