@override Future<String?> checkVuzixStatus() async { final version = await methodChannel.invokeMethod<String>('checkVuzixStatus'); return version; }