Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasn committed Oct 11, 2022
1 parent c2e0a18 commit 7dda689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The FlutterIsolate plugin fixes this with the introduction of a `FlutterIsolate`
| :--------------- | :----------------: | :------------------: | :-------------------------------- |
| FlutterIsolate.spawn(entryPoint,message) | :white_check_mark: | :white_check_mark: | spawns a new FlutterIsolate |
| FlutterIsolate.pause() | :white_check_mark: | :white_check_mark: | pauses a running isolate |
| FlutterIsolate.resume() | :white_check_mark: | :white_check_mark: | resumed a paused isoalte |
| FlutterIsolate.resume() | :white_check_mark: | :white_check_mark: | resumed a paused isolate |
| FlutterIsolate.kill() | :white_check_mark: | :white_check_mark: | kills a an isolate |
| FlutterIsolate.killAll() | :white_check_mark: | :white_check_mark: | kills all currently running isolates |
| FlutterIsolate.runningIsolates | :white_check_mark: | :white_check_mark: | returns the IDs associated with all currently running isolates |
Expand Down

0 comments on commit 7dda689

Please sign in to comment.