push_restapi_dart 0.0.2-alpha push_restapi_dart: ^0.0.2-alpha copied to clipboard
Push SDK provides an abstraction layer to integrate Push protocol features with your Frontend as well as Backend.
import 'package:flutter/cupertino.dart';
import 'chat/fetch_chats.dart';
void main() async {
WidgetsFlutterBinding.ensureInitialized();
// testFetchP2PChat();
testFetchChats();
}