Invokes a native SDK operation.
Future<T?> invoke<T>(String method, [Map<String, Object?>? arguments]) { throw UnimplementedError('$method has not been implemented.'); }