Future<bool> connectLan({ required String ipAddress, }) async { return await _channel.invokeMethod('connect_lan', { "ip_address": ipAddress, }); }