@override Future<void> releaseContext(double contextId) async { await methodChannel .invokeMethod("releaseContext", {"contextId": contextId}); }