sentFileMessage static method

Future sentFileMessage(
  1. String? file,
  2. String jid
)

Implementation

static Future<dynamic> sentFileMessage(String? file, String jid) {
  return FlyChatFlutterPlatform.instance.sentFileMessage(file, jid);
}