getProfileLocal static method

Future getProfileLocal(
  1. String jid,
  2. bool fetchFromServer
)

Implementation

static Future<dynamic> getProfileLocal(String jid, bool fetchFromServer) {
  return FlyChatFlutterPlatform.instance
      .getProfileLocal(jid, fetchFromServer);
}