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