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