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