ResumeCommand constructor

ResumeCommand({
  1. required Future<List<String>> listSessions(),
  2. required Future<bool> resumeSession(
    1. String sessionId
    ),
})

Implementation

ResumeCommand({required this.listSessions, required this.resumeSession});