Future<String?> getPublicKey() async { final pk = await methodChannel.invokeMethod<String>('get_public_key'); return pk; }