recentContext method

Future<int?> recentContext(
  1. String flowName
)

Implementation

Future<int?> recentContext(String flowName) {
  throw UnimplementedError('recentContext() has not been implemented.');
}