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