call abstract method

Future<(int, Uint8List)> call(
  1. int msgType,
  2. Uint8List payload
)

Implementation

Future<(int, Uint8List)> call(int msgType, Uint8List payload);