unload method

Future<String> unload()

Implementation

static Future<String> unload() async {
  return await channel.invokeMethod('unload');
}