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