dispose static method

Future<void> dispose()

Implementation

static Future<void> dispose() async{
  try {
    await _invokeMethod('release');
  } catch(e){
    //
  }
}