getLastCallLog method

Future<CallLogData> getLastCallLog({
  1. bool isAfterLastCall = false,
})

get last call log

Implementation

Future<CallLogData> getLastCallLog({bool isAfterLastCall = false}) =>
    _phoneCallState.getLastCall(isAfterLastCall: isAfterLastCall);