phone method

Future<bool> phone()

Implementation

Future<bool> phone() async {
  return await _validatePermission(Permission.phone);
}