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