decodeMethodCall abstract method

MethodCall decodeMethodCall(
  1. ByteData? methodCall
)

Decodes the specified methodCall from binary.

Implementation

MethodCall decodeMethodCall(ByteData? methodCall);