@override Future pickContact() async { final contact = await methodChannel.invokeMethod('pickContact'); return contact; }