startApplet method

Future<int?> startApplet(
  1. String app_store,
  2. String app_id
)

Implementation

Future<int?> startApplet(String app_store,String app_id) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}