phoneContact property

Future<List?> phoneContact

Implementation

static Future<List?> get phoneContact async {
  final List dataList = await _channel.invokeMethod('getPhoneContact');
  return dataList;
}