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