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