0 purchases
chat application
chat_application #
A chat application package that uses shared preferences to store user credentials.
Usage #
import 'package:chat_application/chat_application.dart';
void main() {
final chatApp = ChatApplication(
userId: '123',
token: 'token123',
firebaseToken: 'firebaseToken123',
);
chatApp.fetchChats();
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.