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