NdkFlutter constructor

NdkFlutter({
  1. required Ndk ndk,
  2. String npubSeparator = '…',
  3. int npubPrefixLength = 10,
  4. int npubSuffixLength = 4,
})

Implementation

NdkFlutter({
  required this.ndk,
  this.npubSeparator = '…',
  this.npubPrefixLength = 10,
  this.npubSuffixLength = 4,
});