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