Future<void> start({int? timeout}) { return _method.invokeMethod('start', { if (timeout != null) 'timeout': timeout, }); }