getContacts method

  1. @override
Future getContacts()
override

Implementation

@override
Future<dynamic> getContacts() =>
    methodChannel.invokeMethod<dynamic>('getContacts');