@override Future<String?> generateUniqueRequestToken() async { return methodChannel.invokeMethod<String>('generateUniqueRequestToken'); }