isExpired method

Future<bool?> isExpired()

Implementation

Future<bool?> isExpired() async {
  return await _channel.invokeMethod('isExpired');
}