debugApplyCommand abstract method

Future<Map<String, Object?>> debugApplyCommand(
  1. Map<String, Object?> command
)

Apply a write command from DevTools (drive the app). Returns {'ok': bool, 'message': String}. Debug only.

Implementation

Future<Map<String, Object?>> debugApplyCommand(Map<String, Object?> command);