@override Future<String?> getPlatformVersion() async { final version = await _invokeMethod<String>('getPlatformVersion'); return version; }