Clarify semantics of channel-related errors (#3607)

Mainly improvements to javadoc and error logging. A bit of refactoring.
This commit is contained in:
Mikkel Nygaard Ravn
2017-04-19 21:53:46 +02:00
committed by GitHub
parent 3ed4684a09
commit 4eed7d2732
6 changed files with 246 additions and 144 deletions
@@ -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() {