debugApplyCommand abstract method
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);
Apply a write command from DevTools (drive the app). Returns
{'ok': bool, 'message': String}. Debug only.
Future<Map<String, Object?>> debugApplyCommand(Map<String, Object?> command);