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