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