Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSAMI-cakewallet-1
QOSAMI-cakewallet-1
/
cw_wownero
/
lib
/
cw_wownero.dart
Code
Commits
Issues
Pulls
Sessions
CI/CD
dev
dev
dart
7 lines
171 Bytes
Copy permalink
Copy
Raw
1
import
'cw_wownero_platform_interface.dart'
;
2
3
class
CwWownero
{
4
Future
<
String
?
>
getPlatformVersion
()
{
5
return
CwWowneroPlatform
.
instance
.
getPlatformVersion
();
6
}
7
}