getLastCallLog method
get last call log
Implementation
Future<CallLogData> getLastCallLog({bool isAfterLastCall = false}) =>
_phoneCallState.getLastCall(isAfterLastCall: isAfterLastCall);
get last call log
Future<CallLogData> getLastCallLog({bool isAfterLastCall = false}) =>
_phoneCallState.getLastCall(isAfterLastCall: isAfterLastCall);