@protected Future<void> invokeVoidMethod(String method, {dynamic arguments}) async { await _invokeMethod<int?>(method, arguments); }