CallLogsPlugin class

Constructors

CallLogsPlugin()

Properties

hashCode int
The hash code for this object.
no setterinherited
liveCallStream Stream<String>
Live call listener
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkPermissions() Future<bool>
Check permissions
getCallLogs(String range) Stream<List<CallLogEntry>>
Fetch call logs with specific timerange Example: getCallLogs("1h"), getCallLogs("6h"), getCallLogs("1w"), getCallLogs("all")
getSimList() Future<List<String>>
Get SIM list
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited