mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
Clarify semantics of channel-related errors (#3607)
Mainly improvements to javadoc and error logging. A bit of refactoring.
This commit is contained in:
committed by
GitHub
parent
3ed4684a09
commit
4eed7d2732
@@ -11,6 +11,7 @@ import org.json.JSONObject;
|
||||
* {@link JSONMessageCodec}.
|
||||
*/
|
||||
public final class JSONMethodCodec implements MethodCodec {
|
||||
// This codec must match the Dart codec of the same name in package flutter/services.
|
||||
public static final JSONMethodCodec INSTANCE = new JSONMethodCodec();
|
||||
|
||||
private JSONMethodCodec() {
|
||||
|
||||
Reference in New Issue
Block a user