rayconnect_client
Rayconnect client on dart and flutter
Getting Started
In the dependencies:
section of your pubspec.yaml
, add the following line:
rayconnect_client: <latest_version>
import in your project:
import 'package:rayconnect_client/main.dart';
How to use
We are working on rayconnect_client documents for dart and flutter :)