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